This page last changed on Jun 08, 2005 by mroberts.

The Build Report Build Plugin shows detailed output for a specific build. This report is generated by applying a list of XSL transforms to the build's log file.

See XSL Files for a list of available XSL transforms.

This is a Project Configurable Build Plugin.

Example

<buildReportBuildPlugin>
    <xslFileNames>
        <xslFile>xsl\header.xsl</xslFile>
        <xslFile>xsl\compile.xsl</xslFile>
        <xslFile>xsl\unittests.xsl</xslFile>
        <xslFile>xsl\modifications.xsl</xslFile>
        <xslFile>xsl\fxcop-summary.xsl</xslFile>
    </xslFileNames>
</buildReportBuildPlugin>

Configuration Elements

Node Description Type Required Default
xslFileNames A list of <xslFile> tags, each one containing the path of an XSL file relative to the root of the WebDashboard folder. list of strings yes n/a
Document generated by Confluence on Jun 26, 2005 17:22